home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / curses / crssrc16.zoo / test / Makefile
Encoding:
Makefile  |  1989-03-21  |  163 b   |  14 lines

  1. ALL = BANDIT PUZZLE15
  2.  
  3. all: $(ALL)
  4.  
  5. BANDIT:
  6.     (cd bandit; make all)
  7.  
  8. PUZZLE15:
  9.     (cd puzzle15; make all)
  10.  
  11. clean:
  12.     (cd bandit; make clean)
  13.     (cd puzzle15; make clean)
  14.